home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk57 / peel2 / peel2.doc < prev    next >
Text File  |  1995-03-19  |  3KB  |  85 lines

  1. Program --- Peel2
  2. Cost    --- Public Domain by Programmer
  3.             Copy as freely as you like !!!!
  4. Version --- 2.1
  5. Programmer - Andy Lochbaum
  6.  
  7.  
  8. Warning1:
  9. This program takes about 30 seconds after
  10. showing your picture to start peeling, it
  11. does a lot of precalculations. It is slightly faster than peel.
  12.  
  13. Warning2:
  14.    This program USES five picture buffers, for speed.  You need a lot of
  15. Chip RAM. 32 colors requires 200k of ram just for picture data. Now the
  16. program about 28k will load itself in chip ram. (Pointer msg requirement).
  17.  
  18. Description:
  19.    Peel is a program which takes a lo-res IFF picture and peels the
  20. image off the screen, while showing the back side of the image.  Like tape
  21. being pulled off glass.  This peeling starts in the lower right corner and
  22. leaves the background (Color 0) behind.
  23.    After the first peel it will ask you if you would like to peel again at
  24. a different speed.
  25.    If your lo-res IFF picture is made in the overscan mode Peel will still
  26. load it, but will only peel the upper right hand corner.
  27.  
  28. Usage:
  29.    From CLI type:   Peel <[dev:]filename> [rate] [border] [color]
  30.     where filename is a lo-res IFF picture including directories
  31.     where rate is an optional number 0-199
  32.       0=25seconds 1=12.5sec 2=6.25 and each additional number is half the
  33.       preceding,until about 75 then you just determine the break point
  34.       for three picture peel.
  35.    where border is border width in vertical pixels along the right side
  36.       and along the top is proportional amount of horizontal pixels.
  37.    where color is the number of the pen color used to draw the border,
  38.       if you use a higher number than the bitplanes allow it will rap around
  39.       just like the graphics SetAPen command does. (Because that is what
  40.       it uses).
  41.  
  42. Notes:
  43. 1:
  44.    To save time Peel precalculates the back side of peel, it displays
  45. calculating on the CLI window, and it takes about 30 seconds before
  46. done is displayed.
  47.  
  48. 2:
  49.    To ease in recording the program turns off the pointer when it is
  50. started it returns the pointer to normal after it is done.
  51.  
  52. 3:
  53.    The interlace is turned on for better video recording, but all images
  54. are still just 200 lines tall.
  55.  
  56. 4:
  57.    If you are using grabbitt to save the screen, be aware there are two
  58. different buffered screens and a backside data screen, which is interlaced.
  59. You should hunt around to make shure you grabbed what you wanted.
  60.  
  61. 5:
  62.    There is no provision for interrupting this program, once started, just
  63. let it follow its course, or reboot the Amiga. Remember to hit the returns
  64. for actions when it is running.
  65.  
  66. 6:
  67.    This program was written in Lattice C 4.0 and is compatible with
  68. Kickstart 1.2 and Workbench 1.2.
  69.  
  70. Offer: (If this is a copy from a friend)
  71.  
  72. WOULD YOU LIKE TO GET A DISK OF MY LATEST PROGRAM?
  73. AND GET ON MY MAILING LIST FOR FUTURE WRITINGS?
  74.  
  75. If you send me $14.50 I'll send you my latest disk
  76. of my graphic programs. These programs really
  77. help you make videos with DPaintII & Grabbitt.
  78.  
  79.    Andy Lochbaum
  80.    PO Box 233
  81.    Kirksville, MO 63501.
  82.  
  83.    Or contact ANDY L at Plink
  84.  
  85.